runtime.hexdumper.wordBytes (field)
7 uses
runtime (current package)
hexdump.go#L55: wordBytes uint8
hexdump.go#L126: if h.wordBytes == 0 {
hexdump.go#L127: h.wordBytes = goarch.PtrSize
hexdump.go#L129: wb := int(h.wordBytes)
hexdump.go#L227: for offset := 0; offset+int(h.wordBytes) <= len(data); offset += int(h.wordBytes) {
hexdump.go#L233: caret := dataStart + int(min(h.toPos[offset], h.toPos[offset+int(h.wordBytes)-1]))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |